runtime.sweepLocker.tryAcquire (method)
6 uses
runtime (current package)
mcentral.go#L121: if s, ok := sl.tryAcquire(s); ok {
mcentral.go#L141: if s, ok := sl.tryAcquire(s); ok {
mgcsweep.go#L315: func (l *sweepLocker) tryAcquire(s *mspan) (sweepLocked, bool) {
mgcsweep.go#L366: if s, ok := sl.tryAcquire(s); ok {
mgcsweep.go#L443: if s, ok := sl.tryAcquire(s); ok {
mheap.go#L846: if s, ok := sl.tryAcquire(s); ok {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)